Skip to content

Fix WorkerOptions.Builder.isUsingVirtualThreadsOnWorkflowWorker#2957

Merged
dplyukhin merged 4 commits into
temporalio:mainfrom
geraldw-ai:workeroptions-builder-isUsingVirtualThreadsOnWorkflowWorker-fix
Jul 23, 2026
Merged

Fix WorkerOptions.Builder.isUsingVirtualThreadsOnWorkflowWorker#2957
dplyukhin merged 4 commits into
temporalio:mainfrom
geraldw-ai:workeroptions-builder-isUsingVirtualThreadsOnWorkflowWorker-fix

Conversation

@geraldw-ai

Copy link
Copy Markdown
Contributor

What was changed

WorkerOptions.Builder.isUsingVirtualThreadsOnWorkflowWorker was returning the value of WorkerOptions.Builder.usingVirtualThreadsOnActivityWorker instead of WorkerOptions.Builder.usingVirtualThreadsOnWorkflowWorker. This change corrects it to use the correct field.

Checklist

  1. Closes WorkerOptions isUsingVirtualThreadsOnWorkflowWorker issue #2745

  2. How was this tested:
    New testcases were added to WorkerflowOptionsTest and tests were verified as passing.

  3. Any docs updates needed?
    No

@geraldw-ai
geraldw-ai requested a review from a team as a code owner July 21, 2026 00:39
@CLAassistant

CLAassistant commented Jul 21, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@dplyukhin dplyukhin self-assigned this Jul 23, 2026
@dplyukhin
dplyukhin merged commit 4804646 into temporalio:main Jul 23, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WorkerOptions isUsingVirtualThreadsOnWorkflowWorker issue

3 participants